NET_SDK_Edit802xCfg¶
Interface Definition¶
1 2 3 4 5 | |
1 2 3 4 5 | |
Function Description¶
802.X configuration interface, set the 802.1X authentication parameters of the device.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, return value of NET_SDK_Login. |
| bSwitchin | BOOL | 802.1X switch (TRUE: on, FALSE: off). |
| usernamein | char* | 802.1X authentication username. |
| passwordin | char* | 802.1X authentication password (clear text, internal MD5 encryption). |
Return Value¶
-
Type:BOOL
-
Remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None